src/rpui/scroll.d(110,5): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a8a592222f1656b195c-gl3n/gl3n/linalg.d(1217,17): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a8a592222f1656b195c-gl3n/gl3n/linalg.d(1240,17): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a8a592222f1656b195c-gl3n/gl3n/linalg.d(1267,17): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a8a592222f1656b195c-gl3n/gl3n/linalg.d(1290,17): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a8a592222f1656b195c-gl3n/gl3n/linalg.d(1618,13): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. ../5b9a6a8a592222f1656b195c-gl3n/gl3n/linalg.d(1674,13): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead. src/rpui/application.d(93,22): Error: `@safe` function `rpui.application.Application.mainLoop` cannot call `@system` function `rpui.events_observer.EventsObserver.notify!(WindowResizeEvent).notify` src/rpui/events_observer.d(106,10): `rpui.events_observer.EventsObserver.notify!(WindowResizeEvent).notify` is declared here src/rpui/application.d(98,13): Error: `@safe` function `mainLoop` cannot access `__gshared` data `SDL_GetWindowSize` src/rpui/application.d(125,9): Error: `@safe` function `onWindowExposed` cannot access `__gshared` data `SDL_GetWindowSize` src/rpui/cursor.d(37,13): Error: `@safe` destructor `~this` cannot access `__gshared` data `SDL_FreeCursor` src/rpui/cursor.d(57,13): Error: `@safe` function `setIcon` cannot access `__gshared` data `SDL_FreeCursor` src/rpui/cursor.d(60,18): Error: `@safe` function `setIcon` cannot access `__gshared` data `SDL_CreateSystemCursor` src/rpui/cursor.d(61,9): Error: `@safe` function `setIcon` cannot access `__gshared` data `SDL_SetCursor` src/rpui/events_observer.d(57,36): Error: `@safe` function `rpui.events_observer.EventsSubscriber!(EventsListener).EventsSubscriber.onEventReceived` cannot call `@system` function `rpui.events_observer.EventsSubscriber!(EventsListener).EventsSubscriber.onEventReceivedFor!(["KeyPressed", "KeyReleased", "TextEntered", "MouseDown", "MouseUp", "DblClick", "TripleClick", "MouseMove", "MouseWheel", "WindowResize", "WindowExposed"]).onEventReceivedFor` src/rpui/events_observer.d(60,20): `rpui.events_observer.EventsSubscriber!(EventsListener).EventsSubscriber.onEventReceivedFor!(["KeyPressed", "KeyReleased", "TextEntered", "MouseDown", "MouseUp", "DblClick", "TripleClick", "MouseMove", "MouseWheel", "WindowResize", "WindowExposed"]).onEventReceivedFor` is declared here src/rpui/events_observer.d(99,30): Error: template instance `rpui.events_observer.EventsSubscriber!(EventsListener)` error instantiating src/rpui/focus_navigator.d(17,26): Error: `@safe` function `rpui.focus_navigator.FocusNavigator.navFocusFront` cannot call `@system` function `rpui.events_observer.EventsObserver.notify!(FocusFrontEvent).notify` src/rpui/events_observer.d(106,10): `rpui.events_observer.EventsObserver.notify!(FocusFrontEvent).notify` is declared here src/rpui/focus_navigator.d(53,26): Error: `@safe` function `rpui.focus_navigator.FocusNavigator.navFocusBack` cannot call `@system` function `rpui.events_observer.EventsObserver.notify!(FocusBackEvent).notify` src/rpui/events_observer.d(106,10): `rpui.events_observer.EventsObserver.notify!(FocusBackEvent).notify` is declared here src/rpui/platform_sdl.d(21,5): Error: `@safe` function `platformShowSystemCursor` cannot access `__gshared` data `SDL_ShowCursor` src/rpui/platform_sdl.d(25,5): Error: `@safe` function `platformHideSystemCursor` cannot access `__gshared` data `SDL_ShowCursor` src/rpui/platform_sdl.d(29,5): Error: `@safe` function `platformSetMousePosition` cannot access `__gshared` data `SDL_WarpMouseInWindow` src/rpui/platform_sdl.d(33,12): Error: `@safe` function `platformGetTicks` cannot access `__gshared` data `SDL_GetTicks` src/rpui/platform_sdl.d(39,12): Error: `@safe` function `platformEventLoop` cannot access `__gshared` data `SDL_PollEvent` src/rpui/platform_sdl.d(44,26): Error: `@safe` function `rpui.platform_sdl.platformEventLoop` cannot call `@system` function `rpui.events_observer.EventsObserver.notify!(WindowResizeEvent).notify` src/rpui/events_observer.d(106,10): `rpui.events_observer.EventsObserver.notify!(WindowResizeEvent).notify` is declared here src/rpui/platform_sdl.d(47,26): Error: `@safe` function `rpui.platform_sdl.platformEventLoop` cannot call `@system` function `rpui.events_observer.EventsObserver.notify!(WindowExposedEvent).notify` src/rpui/events_observer.d(106,10): `rpui.events_observer.EventsObserver.notify!(WindowExposedEvent).notify` is declared here src/rpui/platform_sdl.d(51,26): Error: `@safe` function `rpui.platform_sdl.platformEventLoop` cannot call `@system` function `rpui.events_observer.EventsObserver.notify!(MouseMoveEvent).notify` src/rpui/events_observer.d(106,10): `rpui.events_observer.EventsObserver.notify!(MouseMoveEvent).notify` is declared here src/rpui/platform_sdl.d(55,26): Error: `@safe` function `rpui.platform_sdl.platformEventLoop` cannot call `@system` function `rpui.events_observer.EventsObserver.notify!(MouseDownEvent).notify` /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.